home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / sysadmin.565 < prev    next >
Text File  |  1992-02-06  |  1KB  |  45 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f1\fmodern Courier;\f2\fswiss Helvetica;}
  2. \paperw11760
  3. \paperh7200
  4. \margl120
  5. \margr120
  6. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs28 Rmtab rpc.mountd exportfs \
  7. \
  8. Q:  Why is my file server hosed?  The load is high and rpc.mountd is taking up large hunks of the CPU.\
  9. \
  10. A:  There is a file called /etc/rmtab, which contains statistics about remotes mounts.  See section rmtab(5) for details.  When an NFS client crashes, it does not remove its entry in this file and so as more NFS clients crash, the file /etc/rmtab on the file server will grow without bound.  Eventually things break or slow down severely.  Notable symptoms are:\
  11. \
  12. 1. The file /etc/rmtab is large--there should only be one line for each NFS client mounting a file system.\
  13. \
  14. 2. High %CPU (e.g. higher than any other process) value as shown by ps -aux:\
  15. \
  16.  
  17. \f1\fs24 nfsserver%    
  18. \b ps -aux | grep mount
  19. \b0 \
  20. USER       PID  %CPU %MEM VSIZE RSIZE TT STAT  TIME COMMAND\
  21. root       276  19.6  1.4 1.23M  224K ?  S     0:00 rpc.mountd\
  22.  
  23. \f0\fs28 ...\
  24. \
  25. 3. High load values on the server immediately following multiuser boot.\
  26. \
  27. 4. People's home directories not mounting properly.\
  28. \
  29. The Fix:\
  30. 1.    Boot the machine single user.\
  31. 2.    Empty the file /etc/rmtab (e.g., 
  32. \f1\fs24 cat /dev/null > /etc/rmtab
  33. \f0 ).
  34. \fs28 \
  35. 3.    Reboot.\
  36. \
  37. This will solve the problem.\
  38. \
  39. QA565\
  40. \
  41. Valid for 1.0 \
  42. Valid for 2.0\
  43. \
  44.  
  45.